BitSHLN(number, count) Returns number bitwise shifted without rotation to the left by count bits. See also BitSHRN.
Returns number bitwise shifted without rotation to the left by count bits.
See also BitSHRN.
Long integer to be shifted to the left.
Integer specifying number of bits the number should be shifted.